home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
scuba.swf
/
scripts
/
DefineSprite_187
/
frame_24
/
DoAction.as
Wrap
Text File
|
2012-01-07
|
415b
|
18 lines
if(_root.user_id == "none")
{
getURL("/gijoe/experience/scripts/holder.cfm?action=nouser&gameID=101&score=" + _root.gScore + "&test=test","");
stop();
}
else
{
loadVariablesNum("/gijoe/experience/scripts/scores.cfm?action=postscores&gameID=101&score=" + _root.gScore + "&test=test",0);
if(_root.gScore >= 200)
{
gotoAndPlay(33);
}
else
{
gotoAndPlay(26);
}
}